home *** CD-ROM | disk | FTP | other *** search
/ BCI NET 2 / BCI NET 2.iso / archives / programming / amos / amoslist-0295.lzh / AMOSLIST / text0273.txt < prev    next >
Encoding:
Text File  |  1995-03-01  |  639 b   |  24 lines

  1. I've discovered a way of finding out what CPU your program is running on.
  2. NO it's not the make a "for loop" method and see how long it takes.
  3. This actually checks the system and the system will tell you.
  4. How ever I'm not sure how to implement it in AMOS, only assembler. So if
  5. someone can tell me, let me know.
  6.  
  7. this is what I'm having trouble with:
  8.  
  9. move.l 4.w, a6
  10. move.l LIB_VERSION(a6),d0
  11.  
  12. any ideas?
  13.  
  14. Also, BUGS!
  15. So far I've only had 1 response to my offer of compiling a bug list. Does
  16. this mean that there is only 1 bug. I think not.
  17. Take the time to send me your bug, or I won't bother in the future.
  18.  
  19. Darryl
  20.  
  21. -- Via DLG Pro v1.0
  22.  
  23.  
  24.